Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the
authorBrian Cameron <brian.cameron@sun.com>
Wed, 6 Jun 2007 10:15:23 +0000 (10:15 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Wed, 6 Jun 2007 10:15:23 +0000 (10:15 +0000)
2007-06-06  Brian Cameron  <brian.cameron@sun.com>

        * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header
          file gets included with the distribution, as needed.  Fixes bug
          #442888.  Reviewed by Matthias Clasen.

svn path=/trunk/; revision=18050

ChangeLog
gdk/Makefile.am

index e08ccdfe4520556b39f2328d182ba17df5df8165..51b1e1cb6e24edf2e23c167c2ff4d0a660082455 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-06  Brian Cameron  <brian.cameron@sun.com>
+
+       * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header
+         file gets included with the distribution, as needed.  Fixes bug
+         #442888.  Reviewed by Matthias Clasen.
+
 2007-06-06  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkevents-quartz.c
index b300ad42c542c4015b2a30ce31b6064ebe120cbd..cb089ab5ea29e45da93475eb80607dc546f516fb 100644 (file)
@@ -11,6 +11,7 @@ EXTRA_DIST =                  \
        gdkkeysyms-update.pl    \
        gdk.def                 \
        gdkmarshalers.list      \
+       gdkmedialib.h           \
        makeenums.pl            \
        makefile.msc            \
        gdk.symbols             \
@@ -48,11 +49,8 @@ LDADD = \
 if USE_MEDIALIB
 medialib_sources =  \
     gdkmedialib.c
-medialib_h_sources =    \
-    gdkmedialib.h
 else
 medialib_sources =
-medialib_h_sources =
 endif
 
 #